type github.com/jackc/pgx/v5/pgtype.encodePlanJSONCodecEitherFormatString

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L27: 		return encodePlanJSONCodecEitherFormatString{}
		json.go#L95: type encodePlanJSONCodecEitherFormatString struct{}
		json.go#L97: func (encodePlanJSONCodecEitherFormatString) Encode(value any, buf []byte) (newBuf []byte, err error) {